UniversalAdId

data class UniversalAdId(idRegistry: String?, value: String?)

Describes a unique creative identifier that is maintained across systems. Specified in Creative.UniversalAdId in the VAST response.

Constructors

UniversalAdId
Link copied to clipboard
fun UniversalAdId(idRegistry: String?, value: String?)

Properties

idRegistry
Link copied to clipboard
val idRegistry: String?
The registry website where the unique creative ID is cataloged.
value
Link copied to clipboard
val value: String?
The unique creative identifier.